SftTree/OCX 7.0

SftTreeCell.ProgressColorEnd Property

Softel vdm, Inc.

Defines the progress bar color used for this cell, combined with ProgressColor creating a gradient fill.

Syntax       

 

Get

VB.NET

Clr = object.ProgressColorEnd  As UIntegerLanguage-specific information

VB

Clr = object.ProgressColorEnd  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.ProgressColorEnd;

VC++

OLE_COLOR Clr = object->ProgressColorEnd;
OLE_COLOR Clr = object->GetProgressColorEnd();

C

HRESULT object->get_ProgressColorEnd(OLE_COLOR* Clr);

Delphi

Clr := object.ProgressColorEnd  : Cardinal;

Put

VB.NET

object.ProgressColorEnd = Clr  As UIntegerLanguage-specific information

VB

object.ProgressColorEnd = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.ProgressColorEnd = Clr;

VC++

OLE_COLOR object->ProgressColorEnd = Clr;
void object->PutProgressColorEnd(OLE_COLOR Clr);

C

HRESULT object->put_ProgressColorEnd(OLE_COLOR Clr);

Delphi

object.ProgressColorEnd := Clr  : Cardinal;

object

A SftTreeCell object.

Clr

Defines the progress bar color used for this cell, combined with ProgressColor creating a gradient fill. -1 indicates that there is no defined color and the default colors are used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The ProgressColorEnd property defines the progress bar color used for this cell, combined with ProgressColor creating a gradient fill.

The ProgressColorEnd property combined with ProgressColor can be used to define a gradient fill for the progress bar. The orientation of the gradient fill can be defined using the Cell.ProgressColorOrientation property. If ProgressColor is not defined, ProgressColorEnd is ignored and has no effect.

A progress bar is only shown for the cell if its Cell.ProgressMax property is set to a value other than 0.

See Also  SftTreeCell Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com